Skip to content

Update testcontainers to the newest version #4889

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

martinfrancois
Copy link
Contributor

No description provided.

martinfrancois and others added 2 commits June 13, 2025 16:24
Co-authored-by: Patrick Baumgartner <[email protected]>
Signed-off-by: martinfrancois <[email protected]>
Co-authored-by: Patrick Baumgartner <[email protected]>
Signed-off-by: martinfrancois <[email protected]>
@@ -33,7 +33,7 @@

/**
* Official Docker images for Oracle are not publicly available. Oracle support is tested
* semi-manually for the moment: 1. Build a docker image for oracle/database:11.2.0.2-xe:
* semi-manually for the moment: 1. Build a docker image for gvenzl/oracle-free:23.7:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not an official docker image. I will omit that change on merge.

@@ -47,7 +47,7 @@
class OraclePagingQueryProviderIntegrationTests extends AbstractPagingQueryProviderIntegrationTests {

// TODO find the best way to externalize and manage image versions
private static final DockerImageName ORACLE_IMAGE = DockerImageName.parse("oracle/database:11.2.0.2-xe");
private static final DockerImageName ORACLE_IMAGE = DockerImageName.parse("gvenzl/oracle-free:23.7");
Copy link
Contributor

@fmbenhassine fmbenhassine Jul 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here, not an official image so we can't use it in Spring (Batch).

@fmbenhassine
Copy link
Contributor

Rebased and merged as 584c3c6. Thank you for your contribution!

@fmbenhassine fmbenhassine added this to the 6.0.0-M1 milestone Jul 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants